home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / 0141ter2.zip / 0141TER2._XE / MANUAL.EXE / CODE850.BAT < prev    next >
DOS Batch File  |  1994-01-19  |  281b  |  12 lines

  1. @echo off
  2. Cls
  3. Echo  
  4. Echo This will convert all the *.HLP files into codepage 850
  5. Echo Please remember that you can not convert back, so keep a backup
  6. Echo Press CTRL-C to stop now
  7. Echo  
  8. Pause
  9.  
  10. for %%a in (*.hlp) do ..\utils\text_xlt ..\phone\code850.xlt %%a in erase
  11.  
  12.